home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14237 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.ecn.bgu.edu!usenet
  2. From: Ignatius <i-wong@wiu.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland or MS???
  5. Date: Fri, 29 Mar 1996 11:10:36 +0000
  6. Organization: Western Illinois University
  7. Message-ID: <315BC52C.2B7D@wiu.edu>
  8. References: <00001a81+0000aac7@msn.com> <4hjmig$q7u@news1.usa.pipeline.com> <4i6jg7$l26@hoder.gre.ac.uk> <3159E343.551C@nando.net> <315A7C2B.D6C@wiu.edu> <315C3389.B66@sdt.com>
  9. NNTP-Posting-Host: tty008.wiu.bgu.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (WinNT; I)
  14. CC: i-wong@wiu.edu
  15.  
  16. Larry Baker wrote:
  17. > Would you oblige me (and I presume other interested readers)
  18. > by Generating a "simple" MDI "file editor" client using MSVC,
  19. > then compiling it under BC5, then running it, all the while
  20. > keeping a log of the errors, etc.? (I'd do this, but I haven't
  21. > received my copy of BC5 yet).
  22.  
  23. Yes.  I'll spend some time with some samples instead of generating
  24. an app and email the output to you.  Posting more than 200 lines of 
  25. warnings is simply a waste of bandwidth.
  26.  
  27. > Make sure that the warnings et al reported by BC5 are not spurious.
  28. > Using Purify or Bounds-Checker can validate this, or by tracing
  29. > through the calls for one of the reported errors to be sure that
  30. > t's correct.  I'd want to be sure I trusted CodeGuard before I
  31. > made any sweeping decisions like that.
  32.  
  33. What constitutes "spurious"?  Declaring a variable without using
  34. it is sloppiness.  How about "possibly incorrect assignment"
  35. within a test condition?   What's spurious is a valuable alert
  36. to another.  I choose to look thru every possible warning.
  37.  
  38. Does asking for suggestions and opinions constitute a sin?  No
  39. sweeping decisions had been averred, only question and solicitation.
  40.  
  41. # ig
  42.